projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad2031
)
docs: add docs for GtkToolbarSpaceStyle
author
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 02:55:41 +0000
(21:55 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:19 +0000
(13:33 -0500)
gtk/gtktoolbar.h
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.h
b/gtk/gtktoolbar.h
index 805d0e925c303255082cfbc024846a04cbe0bab5..6cf05322c04adb178044693ca31ce8c7c227c4ab 100644
(file)
--- a/
gtk/gtktoolbar.h
+++ b/
gtk/gtktoolbar.h
@@
-48,6
+48,13
@@
G_BEGIN_DECLS
#define GTK_IS_TOOLBAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TOOLBAR))
#define GTK_TOOLBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TOOLBAR, GtkToolbarClass))
+/**
+ * GtkToolbarSpaceStyle:
+ * @GTK_TOOLBAR_SPACE_EMPTY: Use blank spacers.
+ * @GTK_TOOLBAR_SPACE_LINE: Use vertical lines for spacers.
+ *
+ * Whether spacers are vertical lines or just blank.
+ */
typedef enum
{
GTK_TOOLBAR_SPACE_EMPTY,